home *** CD-ROM | disk | FTP | other *** search
/ Nejlepší České Hry / Nej české hry.iso / hry / spinava historka / gEN.swf / scripts / DefineButton2_123 / BUTTONCONDACTION on(keyPress Enter).as next >
Text File  |  2004-10-08  |  225b  |  12 lines

  1. on(keyPress "<Enter>"){
  2.    tellTarget("_root")
  3.    {
  4.       gotoAndStop("menu");
  5.       play();
  6.       zvuk = new Sound();
  7.       zvuk.attachSound("melody2");
  8.       zvuk.start(0,1000);
  9.       zvuk.setVolume(100);
  10.    }
  11. }
  12.